Skip to content

allow unused_features lint#114

Merged
BennoLossin merged 1 commit intomainfrom
dev/allow-unused-features
Mar 7, 2026
Merged

allow unused_features lint#114
BennoLossin merged 1 commit intomainfrom
dev/allow-unused-features

Conversation

@BennoLossin
Copy link
Copy Markdown
Member

The unused_features lint was introduced in rust-lang/rust#152164, presumably landing in Rust 1.96.0. We simplified the way we use features in #102, always enabling them when building the crate with certain features enabled. For this reason allow the lint.

I plan to also add a new CI run that enables the lint & checks if we can remove certain features. Will do so at a later point in time.

This PR fixes the CI failure observed in https://github.com/Rust-for-Linux/pin-init/actions/runs/22754182535

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants